character string 예문
예문 더보기: 1 2
- Simple data types include character strings, numbers, Boolean or 'truth' values.
단순한 데이타 형은 문자열, 숫자, 불리언 혹은 '진리'값을 포함한다. - The asterisk substitutes any character string, and the question mark substitutes any symbol.
별표는 모든 문자열을 대체하고 물음표는 모든 기호를 대체합니다. - The window will have the name "name" passed as a character string.
이 창의 이름은 문자열"name"으로 전달된다. - A character string is stored in an array of character type, one ASCII character per location.
문자열은 문자형, 위치 당 1개의 ASCII 문자의 배열에서 저장된다. - This may be a range specified by two iterators, a null-terminated character string or a std::string .
2개의 순환자로 정의되는 범위가 될 수도 있고, 널문자로 끝나는 문자열이나 std::string 이 될 수 있다..